Either

interface Either<T1, T2>

Realization of this interface will contains at least one not null - t1 or t2

See also

Types

Companion
Link copied to clipboard
common
object Companion

Properties

t1
Link copied to clipboard
common
abstract val t1: T1?
t2
Link copied to clipboard
common
abstract val t2: T2?

Inheritors

EitherFirst
Link copied to clipboard
EitherSecond
Link copied to clipboard